Add a modified control to the Control Toolbox

  1. If the Control Toolbox is not visible, click Control Toolbox Button image.
  2. Drag a control from the Control Toolbox to your form and customize it.

    For example, to create an OK button, drag a CommandButton onto the form, set its Caption property to OK, and set its Default property to True.

  3. Select the customized control.
  4. Drag the control to the Control Toolbox.

Note  When you drag a control onto the Control Toolbox, you only transfer the advanced property values. Any code or Outlook property values you have written for that control do not transfer with the control. You must write new code for the icon or copy code from the control on the form to the control on the Control Toolbox.